home *** CD-ROM | disk | FTP | other *** search
-
- //--------------------------------------------------------->
- //- "abstract" -------------------------------------------->
- //--------------------------------------------------------->
- //- pass-1.pov -------------------------------------------->
- //--------------------------------------------------------->
- //- created by ptdawson@voicenet.com ---------------------->
- //--------------------------------------------------------->
- //- super sloppy!!! --------------------------------------->
- //--------------------------------------------------------->
-
- #version 3.0
- #include"colors.inc"
- #include"textures.inc"
- #include"skies.inc"
- sky_sphere{S_Cloud1 rotate y*180}
- camera{location<0,0,-100>look_at<0,0,0>}
- light_source{<-50,100,-200> White}
- light_source{<50,100,-200> White}
-
- //- bye! -------------------------------------------------->
-
-